Lucene search

K

Stb Vorbis Security Vulnerabilities

cve
cve

CVE-2023-45676

stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in f->vendor[i] = get8_packet(f);. The root cause is an integer overflow in setup_malloc. A sufficiently large value in the variable sz overflows with sz+7 in and the....

7.8CVSS

7.9AI Score

0.001EPSS

2023-10-21 12:15 AM
43
cve
cve

CVE-2023-45677

stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in f->vendor[len] = (char)'\0';. The root cause is that if len read in start_decoder is a negative number and setup_malloc successfully allocates memory in that case,....

7.8CVSS

7.8AI Score

0.001EPSS

2023-10-21 12:15 AM
39
cve
cve

CVE-2023-45678

stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of buffer write in start_decoder because at maximum m->submaps can be 16 but submap_floor and submap_residue are declared as arrays of 15 elements. This issue may lead to code...

7.8CVSS

7.8AI Score

0.001EPSS

2023-10-21 12:15 AM
33
cve
cve

CVE-2023-45680

stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in start_decoder. In that case the function returns early, the f->comment_list is set to NULL, but f->comment_list_length is not reset. Later in vorbis_deinit...

5.5CVSS

5.2AI Score

0.0004EPSS

2023-10-21 12:15 AM
49
cve
cve

CVE-2023-45682

stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds read in DECODE macro when var is negative. As it can be seen in the definition of DECODE_RAW a negative var is a valid value. This issue may be used to leak internal memory...

7.1CVSS

6.6AI Score

0.0005EPSS

2023-10-21 12:15 AM
14
cve
cve

CVE-2023-45675

stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in f->vendor[len] = (char)'\0';. The root cause is that if the len read in start_decoder is -1 and len + 1 becomes 0 when passed to setup_malloc. The setup_malloc...

7.8CVSS

8.7AI Score

0.001EPSS

2023-10-21 12:15 AM
23
cve
cve

CVE-2023-45679

stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in start_decoder. In that case the function returns early, but some of the pointers in f->comment_list are left initialized and later setup_free is called on the...

7.8CVSS

7.7AI Score

0.001EPSS

2023-10-21 12:15 AM
23
cve
cve

CVE-2023-45681

stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory write past an allocated heap buffer in start_decoder. The root cause is a potential integer overflow in sizeof(char*) * (f->comment_list_length) which may make setup_malloc allocat...

7.8CVSS

8.9AI Score

0.001EPSS

2023-10-21 12:15 AM
18
cve
cve

CVE-2019-13220

Use of uninitialized stack variables in the start_decoder function in stb_vorbis through 2019-03-04 allows an attacker to cause a denial of service or disclose sensitive information by opening a crafted Ogg Vorbis...

7.1CVSS

6.7AI Score

0.001EPSS

2019-08-15 05:15 PM
43
cve
cve

CVE-2019-13222

An out-of-bounds read of a global buffer in the draw_line function in stb_vorbis through 2019-03-04 allows an attacker to cause a denial of service or disclose sensitive information by opening a crafted Ogg Vorbis...

7.1CVSS

6.7AI Score

0.001EPSS

2019-08-15 05:15 PM
38
cve
cve

CVE-2019-13223

A reachable assertion in the lookup1_values function in stb_vorbis through 2019-03-04 allows an attacker to cause a denial of service by opening a crafted Ogg Vorbis...

5.5CVSS

5.3AI Score

0.001EPSS

2019-08-15 05:15 PM
27
cve
cve

CVE-2019-13221

A stack buffer overflow in the compute_codewords function in stb_vorbis through 2019-03-04 allows an attacker to cause a denial of service or execute arbitrary code by opening a crafted Ogg Vorbis...

7.8CVSS

8AI Score

0.002EPSS

2019-08-15 05:15 PM
39
cve
cve

CVE-2019-13219

A NULL pointer dereference in the get_window function in stb_vorbis through 2019-03-04 allows an attacker to cause a denial of service by opening a crafted Ogg Vorbis...

5.5CVSS

5.3AI Score

0.001EPSS

2019-08-15 05:15 PM
44
cve
cve

CVE-2019-13218

Division by zero in the predict_point function in stb_vorbis through 2019-03-04 allows an attacker to cause a denial of service by opening a crafted Ogg Vorbis...

5.5CVSS

5.3AI Score

0.001EPSS

2019-08-15 05:15 PM
33
cve
cve

CVE-2019-13217

A heap buffer overflow in the start_decoder function in stb_vorbis through 2019-03-04 allows an attacker to cause a denial of service or execute arbitrary code by opening a crafted Ogg Vorbis...

7.8CVSS

8AI Score

0.003EPSS

2019-08-15 05:15 PM
26
cve
cve

CVE-2018-1000050

Sean Barrett stb_vorbis version 1.12 and earlier contains a Buffer Overflow vulnerability in All vorbis decoding paths. that can result in memory corruption, denial of service, comprised execution of host program. This attack appear to be exploitable via Victim must open a specially crafted Ogg...

8.8CVSS

8.7AI Score

0.003EPSS

2018-02-09 11:29 PM
25